home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS14.ADF / DosHelper / DHMaker.txt < prev    next >
Text File  |  1989-01-28  |  454b  |  17 lines

  1. ;DOSHelper MakeFile for compiling under Manx C
  2. ;  This file uses long integers (to be compatible with Lattice C
  3. ;  and the large data model to hold all the text structures
  4. ;  If you have not precompiled your header files delete '+Iheads'
  5. ;
  6. ;Enjoy
  7. ;John Youells
  8. ;
  9. cc +L +D  -Idf1:newsource +Iheads DOSHelp.c
  10. copy df1:c32.lib to ram:
  11. copy DOSHelp.o to ram:
  12. ln -o df1:newsource/DOSHelp ram:DOSHelp.o ram:c32.lib
  13. delete ram:#?#
  14. delete DOSHelp.o
  15. run DOSHelp
  16.  
  17.